Headless Login
-
Used to store extracted application launch data for deep linking scenarios.
You can construct an
See moreAppLaunchDataobject in yourUIApplicationDelegate.application(:openURL:options:)by either forwarding the url to the initializer or first creating aClientConfiguration.RedirectPayloadand forwarding that to the initializer.Declaration
Swift
public enum AppLaunchData : Equatable
-
This delegate informs you of changes within the
See moreIdentityManager.Declaration
Swift
public protocol IdentityManagerDelegate : AnyObject
View on GitHub
Headless Login Reference